home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000597_bauer@spock.AME.Arizona.EDU_Fri May 13 08:35:15 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from Arizona.EDU (Penny.Telcom.Arizona.EDU) by cs.umb.edu with SMTP id AA11373
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 13 May 1994 18:35:40 -0400
  3. Received: from AME.Arizona.edu (spock.AME.Arizona.EDU) by Arizona.EDU (PMDF
  4.  V4.2-15 #2381) id <01HCANIMYUY8ERYYIE@Arizona.EDU>; Fri,
  5.  13 May 1994 15:35:23 MST
  6. Received: by AME.Arizona.edu (4.1/SMI-4.1) id AA25482; Fri,
  7.  13 May 94 15:35:15 MST
  8. Date: Fri, 13 May 1994 15:35:15 -0700 (MST)
  9. From: bauer@spock.AME.Arizona.EDU (Holger Bauer 8/93)
  10. Subject: Re: help installing xdvi
  11. In-Reply-To: <9405132040.AA11777@mrco.carleton.ca> (chang@mrco.carleton.ca)
  12. To: chang@mrco.carleton.ca
  13. Cc: tex-k@cs.umb.edu
  14. Message-Id: <9405132235.AA25482@AME.Arizona.edu>
  15. Mime-Version: 1.0
  16. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  17. Content-Transfer-Encoding: 7BIT
  18.  
  19. Hi!
  20.  
  21. I had once exactly the same problem with lots of other programs.
  22.  
  23. The compilation error is due to an error in either Xmu or Xaw (I think
  24. it's Xmu). You can go around it by defining the compiler option:
  25. -static 
  26.  
  27. I'm not very familiar with the gcc - Options. Therefore here your line
  28. with the cc:
  29.  
  30. ....... -Bstatic -lXaw -lXmu -Bdynamic -lXt -lXext -lX11  -lm 
  31.  
  32. This should work. However the binaries are larger when compiled with
  33. the static option.
  34.  
  35. Maybe you can also put -static -dynamic around Xmu with the gcc. I did
  36. not check that yet.
  37.  
  38. Hope this helps.
  39.  
  40. Don't forget to remove xdvi before doing a 'make' because xdvi has
  41. probably been built!
  42.  
  43. Holger
  44.  
  45.  
  46. |==========================================================================|
  47. |                        _   _           _           |
  48. | Holger Bauer                ...  __o     ( ) ( )        (_ )          _  |
  49. | 1426 E. 8th St.            ..  _`\<,_       | |_| |    _    | |    __   (_) |
  50. | Tucson, AZ 85719           ...(*)/ (*).  |  _  |  /'_`\  | |  /'_ `\ | | |
  51. | (602) 623-9003                           | | | | ( (_) ) | | ( (_) | | | |
  52. |                              (_) (_) `\___/ (___)`\__  | (_) |
  53. |============================= bauer@spock.ame.arizona.edu === ( )_) | ====|
  54.     "Experience comes from bad judgment" Mark Twain            \___/'
  55.  
  56.